Merged
Conversation
Collaborator
drebbe-intrepid
commented
Nov 25, 2025
- Updated header to v922.16
- Fixed potential crash in icsneoGetLastAPIError, icsneoSetBitRateEx, icsneoUartRead
- Line 2317 (meth_read_sdcard): Added missing 'k' for second unsigned long - changed "Ok:" → "Okk:"
- Line 3619 (meth_iso15765_enable_networks): Fixed unsigned long using 'i' - changed "Oi:" → "Ok:"
- Line 3722 (meth_set_active_vnet_channel): Fixed unsigned long using 'i' - changed "Oi:" → "Ok:"
- Line 3829 (meth_set_bit_rate_ex): Added missing &options parameter to match format string "Okii:"
- Line 4960 (meth_uart_write): Fixed uint8_t using 'b' (signed) - changed "OIy*|bp:" → "OIy*|Bp:" (unsigned)
- Line 5006 (meth_uart_read): CRITICAL FIX - Changed 's' (string!) to 'B' (unsigned char) for uint8_t flags - changed "OI|Is:" → "OI|IB:"
- Line 5099 (meth_uart_get_baudrate): Removed extra 'I' from format - changed "OII:" → "OI:"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.